3.324 \(\int \frac {\cot ^3(e+f x)}{\sqrt {a+b \tan ^2(e+f x)}} \, dx\)

Optimal. Leaf size=116 \[ \frac {(2 a+b) \tanh ^{-1}\left (\frac {\sqrt {a+b \tan ^2(e+f x)}}{\sqrt {a}}\right )}{2 a^{3/2} f}-\frac {\tanh ^{-1}\left (\frac {\sqrt {a+b \tan ^2(e+f x)}}{\sqrt {a-b}}\right )}{f \sqrt {a-b}}-\frac {\cot ^2(e+f x) \sqrt {a+b \tan ^2(e+f x)}}{2 a f} \]

[Out]

1/2*(2*a+b)*arctanh((a+b*tan(f*x+e)^2)^(1/2)/a^(1/2))/a^(3/2)/f-arctanh((a+b*tan(f*x+e)^2)^(1/2)/(a-b)^(1/2))/
f/(a-b)^(1/2)-1/2*cot(f*x+e)^2*(a+b*tan(f*x+e)^2)^(1/2)/a/f

________________________________________________________________________________________

Rubi [A]  time = 0.16, antiderivative size = 116, normalized size of antiderivative = 1.00, number of steps used = 8, number of rules used = 6, integrand size = 25, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.240, Rules used = {3670, 446, 103, 156, 63, 208} \[ \frac {(2 a+b) \tanh ^{-1}\left (\frac {\sqrt {a+b \tan ^2(e+f x)}}{\sqrt {a}}\right )}{2 a^{3/2} f}-\frac {\tanh ^{-1}\left (\frac {\sqrt {a+b \tan ^2(e+f x)}}{\sqrt {a-b}}\right )}{f \sqrt {a-b}}-\frac {\cot ^2(e+f x) \sqrt {a+b \tan ^2(e+f x)}}{2 a f} \]

Antiderivative was successfully verified.

[In]

Int[Cot[e + f*x]^3/Sqrt[a + b*Tan[e + f*x]^2],x]

[Out]

((2*a + b)*ArcTanh[Sqrt[a + b*Tan[e + f*x]^2]/Sqrt[a]])/(2*a^(3/2)*f) - ArcTanh[Sqrt[a + b*Tan[e + f*x]^2]/Sqr
t[a - b]]/(Sqrt[a - b]*f) - (Cot[e + f*x]^2*Sqrt[a + b*Tan[e + f*x]^2])/(2*a*f)

Rule 63

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_), x_Symbol] :> With[{p = Denominator[m]}, Dist[p/b, Sub
st[Int[x^(p*(m + 1) - 1)*(c - (a*d)/b + (d*x^p)/b)^n, x], x, (a + b*x)^(1/p)], x]] /; FreeQ[{a, b, c, d}, x] &
& NeQ[b*c - a*d, 0] && LtQ[-1, m, 0] && LeQ[-1, n, 0] && LeQ[Denominator[n], Denominator[m]] && IntLinearQ[a,
b, c, d, m, n, x]

Rule 103

Int[((a_.) + (b_.)*(x_))^(m_)*((c_.) + (d_.)*(x_))^(n_.)*((e_.) + (f_.)*(x_))^(p_.), x_Symbol] :> Simp[(b*(a +
 b*x)^(m + 1)*(c + d*x)^(n + 1)*(e + f*x)^(p + 1))/((m + 1)*(b*c - a*d)*(b*e - a*f)), x] + Dist[1/((m + 1)*(b*
c - a*d)*(b*e - a*f)), Int[(a + b*x)^(m + 1)*(c + d*x)^n*(e + f*x)^p*Simp[a*d*f*(m + 1) - b*(d*e*(m + n + 2) +
 c*f*(m + p + 2)) - b*d*f*(m + n + p + 3)*x, x], x], x] /; FreeQ[{a, b, c, d, e, f, n, p}, x] && LtQ[m, -1] &&
 IntegerQ[m] && (IntegerQ[n] || IntegersQ[2*n, 2*p])

Rule 156

Int[(((e_.) + (f_.)*(x_))^(p_)*((g_.) + (h_.)*(x_)))/(((a_.) + (b_.)*(x_))*((c_.) + (d_.)*(x_))), x_Symbol] :>
 Dist[(b*g - a*h)/(b*c - a*d), Int[(e + f*x)^p/(a + b*x), x], x] - Dist[(d*g - c*h)/(b*c - a*d), Int[(e + f*x)
^p/(c + d*x), x], x] /; FreeQ[{a, b, c, d, e, f, g, h}, x]

Rule 208

Int[((a_) + (b_.)*(x_)^2)^(-1), x_Symbol] :> Simp[(Rt[-(a/b), 2]*ArcTanh[x/Rt[-(a/b), 2]])/a, x] /; FreeQ[{a,
b}, x] && NegQ[a/b]

Rule 446

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Dist[1/n, Subst[Int
[x^(Simplify[(m + 1)/n] - 1)*(a + b*x)^p*(c + d*x)^q, x], x, x^n], x] /; FreeQ[{a, b, c, d, m, n, p, q}, x] &&
 NeQ[b*c - a*d, 0] && IntegerQ[Simplify[(m + 1)/n]]

Rule 3670

Int[((d_.)*tan[(e_.) + (f_.)*(x_)])^(m_.)*((a_) + (b_.)*((c_.)*tan[(e_.) + (f_.)*(x_)])^(n_))^(p_.), x_Symbol]
 :> With[{ff = FreeFactors[Tan[e + f*x], x]}, Dist[(c*ff)/f, Subst[Int[(((d*ff*x)/c)^m*(a + b*(ff*x)^n)^p)/(c^
2 + ff^2*x^2), x], x, (c*Tan[e + f*x])/ff], x]] /; FreeQ[{a, b, c, d, e, f, m, n, p}, x] && (IGtQ[p, 0] || EqQ
[n, 2] || EqQ[n, 4] || (IntegerQ[p] && RationalQ[n]))

Rubi steps

\begin {align*} \int \frac {\cot ^3(e+f x)}{\sqrt {a+b \tan ^2(e+f x)}} \, dx &=\frac {\operatorname {Subst}\left (\int \frac {1}{x^3 \left (1+x^2\right ) \sqrt {a+b x^2}} \, dx,x,\tan (e+f x)\right )}{f}\\ &=\frac {\operatorname {Subst}\left (\int \frac {1}{x^2 (1+x) \sqrt {a+b x}} \, dx,x,\tan ^2(e+f x)\right )}{2 f}\\ &=-\frac {\cot ^2(e+f x) \sqrt {a+b \tan ^2(e+f x)}}{2 a f}-\frac {\operatorname {Subst}\left (\int \frac {\frac {1}{2} (2 a+b)+\frac {b x}{2}}{x (1+x) \sqrt {a+b x}} \, dx,x,\tan ^2(e+f x)\right )}{2 a f}\\ &=-\frac {\cot ^2(e+f x) \sqrt {a+b \tan ^2(e+f x)}}{2 a f}+\frac {\operatorname {Subst}\left (\int \frac {1}{(1+x) \sqrt {a+b x}} \, dx,x,\tan ^2(e+f x)\right )}{2 f}-\frac {(2 a+b) \operatorname {Subst}\left (\int \frac {1}{x \sqrt {a+b x}} \, dx,x,\tan ^2(e+f x)\right )}{4 a f}\\ &=-\frac {\cot ^2(e+f x) \sqrt {a+b \tan ^2(e+f x)}}{2 a f}+\frac {\operatorname {Subst}\left (\int \frac {1}{1-\frac {a}{b}+\frac {x^2}{b}} \, dx,x,\sqrt {a+b \tan ^2(e+f x)}\right )}{b f}-\frac {(2 a+b) \operatorname {Subst}\left (\int \frac {1}{-\frac {a}{b}+\frac {x^2}{b}} \, dx,x,\sqrt {a+b \tan ^2(e+f x)}\right )}{2 a b f}\\ &=\frac {(2 a+b) \tanh ^{-1}\left (\frac {\sqrt {a+b \tan ^2(e+f x)}}{\sqrt {a}}\right )}{2 a^{3/2} f}-\frac {\tanh ^{-1}\left (\frac {\sqrt {a+b \tan ^2(e+f x)}}{\sqrt {a-b}}\right )}{\sqrt {a-b} f}-\frac {\cot ^2(e+f x) \sqrt {a+b \tan ^2(e+f x)}}{2 a f}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.76, size = 135, normalized size = 1.16 \[ \frac {\left (2 a^2-a b-b^2\right ) \tanh ^{-1}\left (\frac {\sqrt {a+b \tan ^2(e+f x)}}{\sqrt {a}}\right )+\sqrt {a} \left ((b-a) \cot ^2(e+f x) \sqrt {a+b \tan ^2(e+f x)}-2 a \sqrt {a-b} \tanh ^{-1}\left (\frac {\sqrt {a+b \tan ^2(e+f x)}}{\sqrt {a-b}}\right )\right )}{2 a^{3/2} f (a-b)} \]

Antiderivative was successfully verified.

[In]

Integrate[Cot[e + f*x]^3/Sqrt[a + b*Tan[e + f*x]^2],x]

[Out]

((2*a^2 - a*b - b^2)*ArcTanh[Sqrt[a + b*Tan[e + f*x]^2]/Sqrt[a]] + Sqrt[a]*(-2*a*Sqrt[a - b]*ArcTanh[Sqrt[a +
b*Tan[e + f*x]^2]/Sqrt[a - b]] + (-a + b)*Cot[e + f*x]^2*Sqrt[a + b*Tan[e + f*x]^2]))/(2*a^(3/2)*(a - b)*f)

________________________________________________________________________________________

fricas [A]  time = 0.46, size = 697, normalized size = 6.01 \[ \left [\frac {2 \, \sqrt {a - b} a^{2} \log \left (\frac {b \tan \left (f x + e\right )^{2} - 2 \, \sqrt {b \tan \left (f x + e\right )^{2} + a} \sqrt {a - b} + 2 \, a - b}{\tan \left (f x + e\right )^{2} + 1}\right ) \tan \left (f x + e\right )^{2} + {\left (2 \, a^{2} - a b - b^{2}\right )} \sqrt {a} \log \left (\frac {b \tan \left (f x + e\right )^{2} + 2 \, \sqrt {b \tan \left (f x + e\right )^{2} + a} \sqrt {a} + 2 \, a}{\tan \left (f x + e\right )^{2}}\right ) \tan \left (f x + e\right )^{2} - 2 \, \sqrt {b \tan \left (f x + e\right )^{2} + a} {\left (a^{2} - a b\right )}}{4 \, {\left (a^{3} - a^{2} b\right )} f \tan \left (f x + e\right )^{2}}, -\frac {4 \, a^{2} \sqrt {-a + b} \arctan \left (-\frac {\sqrt {b \tan \left (f x + e\right )^{2} + a} \sqrt {-a + b}}{a - b}\right ) \tan \left (f x + e\right )^{2} - {\left (2 \, a^{2} - a b - b^{2}\right )} \sqrt {a} \log \left (\frac {b \tan \left (f x + e\right )^{2} + 2 \, \sqrt {b \tan \left (f x + e\right )^{2} + a} \sqrt {a} + 2 \, a}{\tan \left (f x + e\right )^{2}}\right ) \tan \left (f x + e\right )^{2} + 2 \, \sqrt {b \tan \left (f x + e\right )^{2} + a} {\left (a^{2} - a b\right )}}{4 \, {\left (a^{3} - a^{2} b\right )} f \tan \left (f x + e\right )^{2}}, \frac {\sqrt {a - b} a^{2} \log \left (\frac {b \tan \left (f x + e\right )^{2} - 2 \, \sqrt {b \tan \left (f x + e\right )^{2} + a} \sqrt {a - b} + 2 \, a - b}{\tan \left (f x + e\right )^{2} + 1}\right ) \tan \left (f x + e\right )^{2} - {\left (2 \, a^{2} - a b - b^{2}\right )} \sqrt {-a} \arctan \left (\frac {\sqrt {b \tan \left (f x + e\right )^{2} + a} \sqrt {-a}}{a}\right ) \tan \left (f x + e\right )^{2} - \sqrt {b \tan \left (f x + e\right )^{2} + a} {\left (a^{2} - a b\right )}}{2 \, {\left (a^{3} - a^{2} b\right )} f \tan \left (f x + e\right )^{2}}, -\frac {2 \, a^{2} \sqrt {-a + b} \arctan \left (-\frac {\sqrt {b \tan \left (f x + e\right )^{2} + a} \sqrt {-a + b}}{a - b}\right ) \tan \left (f x + e\right )^{2} + {\left (2 \, a^{2} - a b - b^{2}\right )} \sqrt {-a} \arctan \left (\frac {\sqrt {b \tan \left (f x + e\right )^{2} + a} \sqrt {-a}}{a}\right ) \tan \left (f x + e\right )^{2} + \sqrt {b \tan \left (f x + e\right )^{2} + a} {\left (a^{2} - a b\right )}}{2 \, {\left (a^{3} - a^{2} b\right )} f \tan \left (f x + e\right )^{2}}\right ] \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)^3/(a+b*tan(f*x+e)^2)^(1/2),x, algorithm="fricas")

[Out]

[1/4*(2*sqrt(a - b)*a^2*log((b*tan(f*x + e)^2 - 2*sqrt(b*tan(f*x + e)^2 + a)*sqrt(a - b) + 2*a - b)/(tan(f*x +
 e)^2 + 1))*tan(f*x + e)^2 + (2*a^2 - a*b - b^2)*sqrt(a)*log((b*tan(f*x + e)^2 + 2*sqrt(b*tan(f*x + e)^2 + a)*
sqrt(a) + 2*a)/tan(f*x + e)^2)*tan(f*x + e)^2 - 2*sqrt(b*tan(f*x + e)^2 + a)*(a^2 - a*b))/((a^3 - a^2*b)*f*tan
(f*x + e)^2), -1/4*(4*a^2*sqrt(-a + b)*arctan(-sqrt(b*tan(f*x + e)^2 + a)*sqrt(-a + b)/(a - b))*tan(f*x + e)^2
 - (2*a^2 - a*b - b^2)*sqrt(a)*log((b*tan(f*x + e)^2 + 2*sqrt(b*tan(f*x + e)^2 + a)*sqrt(a) + 2*a)/tan(f*x + e
)^2)*tan(f*x + e)^2 + 2*sqrt(b*tan(f*x + e)^2 + a)*(a^2 - a*b))/((a^3 - a^2*b)*f*tan(f*x + e)^2), 1/2*(sqrt(a
- b)*a^2*log((b*tan(f*x + e)^2 - 2*sqrt(b*tan(f*x + e)^2 + a)*sqrt(a - b) + 2*a - b)/(tan(f*x + e)^2 + 1))*tan
(f*x + e)^2 - (2*a^2 - a*b - b^2)*sqrt(-a)*arctan(sqrt(b*tan(f*x + e)^2 + a)*sqrt(-a)/a)*tan(f*x + e)^2 - sqrt
(b*tan(f*x + e)^2 + a)*(a^2 - a*b))/((a^3 - a^2*b)*f*tan(f*x + e)^2), -1/2*(2*a^2*sqrt(-a + b)*arctan(-sqrt(b*
tan(f*x + e)^2 + a)*sqrt(-a + b)/(a - b))*tan(f*x + e)^2 + (2*a^2 - a*b - b^2)*sqrt(-a)*arctan(sqrt(b*tan(f*x
+ e)^2 + a)*sqrt(-a)/a)*tan(f*x + e)^2 + sqrt(b*tan(f*x + e)^2 + a)*(a^2 - a*b))/((a^3 - a^2*b)*f*tan(f*x + e)
^2)]

________________________________________________________________________________________

giac [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)^3/(a+b*tan(f*x+e)^2)^(1/2),x, algorithm="giac")

[Out]

Exception raised: TypeError >> An error occurred running a Giac command:INPUT:sage2:=int(sage0,x):;OUTPUT:Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unab
le to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*p
i/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t
_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-
2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep
/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_
nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2
*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check si
gn: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to ch
eck sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable
 to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)
Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nos
tep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi
/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>
(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nost
ep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/
t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign:
(2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check
sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to
check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unab
le to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/
2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_n
ostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*
pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2
)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_no
step/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*p
i/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign
: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to chec
k sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable t
o check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Un
able to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_noste
p/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t
_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-
2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep
/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_
nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2
*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check si
gn: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to ch
eck sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Warnin
g, integration of abs or sign assumes constant sign by intervals (correct if the argument is real):Check [abs(
t_nostep^2-1)]Discontinuities at zeroes of t_nostep^2-1 were not checkedWarning, integration of abs or sign as
sumes constant sign by intervals (correct if the argument is real):Check [abs(t_nostep^2-1)]Warning, need to c
hoose a branch for the root of a polynomial with parameters. This might be wrong.The choice was done assuming
[a,b]=[41,20]Warning, need to choose a branch for the root of a polynomial with parameters. This might be wron
g.The choice was done assuming [a,b]=[80,-3]Discontinuities at zeroes of t_nostep^2-1 were not checkedUnable t
o check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Un
able to check sign: (2*pi/t_nostep/2)>(-2*pi/t_nostep/2)Unable to check sign: (2*pi/t_nostep/2)>(-2*pi/t_noste
p/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check si
gn: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/x/2)>(-2*pi/x/2)Unable to check sign: (2*pi/t_nostep/2)>
(-2*pi/t_nostep/2)Warning, integration of abs or sign assumes constant sign by intervals (correct if the argum
ent is real):Check [abs(t_nostep^2-1)]Evaluation time: 5.25Error: Bad Argument Type

________________________________________________________________________________________

maple [B]  time = 1.35, size = 3601, normalized size = 31.04 \[ \text {output too large to display} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(f*x+e)^3/(a+b*tan(f*x+e)^2)^(1/2),x)

[Out]

1/4/f*(4*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(4*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1
+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*(a-b)^(1/2)+4*(a-b)^(1/2)*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2
)^(1/2)+4*a*cos(f*x+e)-4*b*cos(f*x+e))*cos(f*x+e)^3*a^(5/2)+4*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e)
)^2)^(1/2)*ln(4*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*(a-b)^(1/2)+4*(a-b)^(1/2
)*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)+4*a*cos(f*x+e)-4*b*cos(f*x+e))*cos(f*x+e)^2*a^(5/
2)-2*cos(f*x+e)^3*a^(5/2)*(a-b)^(1/2)-4*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(4*((a*co
s(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*(a-b)^(1/2)+4*(a-b)^(1/2)*((a*cos(f*x+e)^2-cos
(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)+4*a*cos(f*x+e)-4*b*cos(f*x+e))*cos(f*x+e)*a^(5/2)+2*((a*cos(f*x+e)^2-co
s(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(-2*(-1+cos(f*x+e))*(((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e
))^2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*a^(1/2)-a*cos(f*x+e)
+b*cos(f*x+e)+b)/sin(f*x+e)^2/a^(1/2))*cos(f*x+e)^3*(a-b)^(1/2)*a^2+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(
f*x+e))^2)^(1/2)*ln(-2*(-1+cos(f*x+e))*(((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*
a^(1/2)+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*a^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)+b)/sin(f*
x+e)^2/a^(1/2))*cos(f*x+e)^3*(a-b)^(1/2)*a*b-2*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(-
4*(((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x+e)^2-cos(f*x+e)^2
*b+b)/(1+cos(f*x+e))^2)^(1/2)*a^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(-1+cos(f*x+e)))*cos(f*x+e)^3*(a-b)^(1/2)*a
^2-((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(-4*(((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos
(f*x+e))^2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*a^(1/2)+a*cos(
f*x+e)-b*cos(f*x+e)+b)/(-1+cos(f*x+e)))*cos(f*x+e)^3*(a-b)^(1/2)*a*b+2*cos(f*x+e)^3*a^(3/2)*(a-b)^(1/2)*b-4*((
a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(4*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e)
)^2)^(1/2)*cos(f*x+e)*(a-b)^(1/2)+4*(a-b)^(1/2)*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)+4*a
*cos(f*x+e)-4*b*cos(f*x+e))*a^(5/2)+2*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(-2*(-1+cos
(f*x+e))*(((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x+e)^2-cos(f
*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*a^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)+b)/sin(f*x+e)^2/a^(1/2))*cos(f*x+e)^2*(
a-b)^(1/2)*a^2+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(-2*(-1+cos(f*x+e))*(((a*cos(f*x+e
)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x
+e))^2)^(1/2)*a^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)+b)/sin(f*x+e)^2/a^(1/2))*cos(f*x+e)^2*(a-b)^(1/2)*a*b-2*((a*co
s(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(-4*(((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^
2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*a^(1/2)+a*cos(f*x+e)-b*
cos(f*x+e)+b)/(-1+cos(f*x+e)))*cos(f*x+e)^2*(a-b)^(1/2)*a^2-((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^
2)^(1/2)*ln(-4*(((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x+e)^2
-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*a^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(-1+cos(f*x+e)))*cos(f*x+e)^2*
(a-b)^(1/2)*a*b-2*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(-2*(-1+cos(f*x+e))*(((a*cos(f*
x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(
f*x+e))^2)^(1/2)*a^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)+b)/sin(f*x+e)^2/a^(1/2))*cos(f*x+e)*(a-b)^(1/2)*a^2-((a*cos
(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(-2*(-1+cos(f*x+e))*(((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/
(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*a^(1/2)-
a*cos(f*x+e)+b*cos(f*x+e)+b)/sin(f*x+e)^2/a^(1/2))*cos(f*x+e)*(a-b)^(1/2)*a*b+2*((a*cos(f*x+e)^2-cos(f*x+e)^2*
b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(-4*(((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*a^(1
/2)+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*a^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(-1+cos(f*
x+e)))*cos(f*x+e)*(a-b)^(1/2)*a^2+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(-4*(((a*cos(f*
x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(
f*x+e))^2)^(1/2)*a^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(-1+cos(f*x+e)))*cos(f*x+e)*(a-b)^(1/2)*a*b-2*cos(f*x+e)
*a^(3/2)*(a-b)^(1/2)*b-2*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(-2*(-1+cos(f*x+e))*(((a
*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/
(1+cos(f*x+e))^2)^(1/2)*a^(1/2)-a*cos(f*x+e)+b*cos(f*x+e)+b)/sin(f*x+e)^2/a^(1/2))*(a-b)^(1/2)*a^2-((a*cos(f*x
+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(-2*(-1+cos(f*x+e))*(((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+c
os(f*x+e))^2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*a^(1/2)-a*co
s(f*x+e)+b*cos(f*x+e)+b)/sin(f*x+e)^2/a^(1/2))*(a-b)^(1/2)*a*b+2*((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x
+e))^2)^(1/2)*ln(-4*(((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x
+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*a^(1/2)+a*cos(f*x+e)-b*cos(f*x+e)+b)/(-1+cos(f*x+e)))*(a-b)^(1
/2)*a^2+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*ln(-4*(((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(
1+cos(f*x+e))^2)^(1/2)*cos(f*x+e)*a^(1/2)+((a*cos(f*x+e)^2-cos(f*x+e)^2*b+b)/(1+cos(f*x+e))^2)^(1/2)*a^(1/2)+a
*cos(f*x+e)-b*cos(f*x+e)+b)/(-1+cos(f*x+e)))*(a-b)^(1/2)*a*b)*sin(f*x+e)^2/(-1+cos(f*x+e))^2/cos(f*x+e)/((a*co
s(f*x+e)^2-cos(f*x+e)^2*b+b)/cos(f*x+e)^2)^(1/2)/(1+cos(f*x+e))^2/a^(5/2)/(a-b)^(1/2)

________________________________________________________________________________________

maxima [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\cot \left (f x + e\right )^{3}}{\sqrt {b \tan \left (f x + e\right )^{2} + a}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)^3/(a+b*tan(f*x+e)^2)^(1/2),x, algorithm="maxima")

[Out]

integrate(cot(f*x + e)^3/sqrt(b*tan(f*x + e)^2 + a), x)

________________________________________________________________________________________

mupad [B]  time = 0.44, size = 830, normalized size = 7.16 \[ \frac {\mathrm {atanh}\left (\frac {b^6\,\sqrt {b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a}}{4\,\sqrt {a^3}\,\left (\frac {3\,a\,b^4}{2}+\frac {5\,b^5}{4}+\frac {b^6}{4\,a}\right )}+\frac {3\,b^4\,\sqrt {b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a}}{2\,\sqrt {a^3}\,\left (\frac {3\,b^4}{2\,a}+\frac {5\,b^5}{4\,a^2}+\frac {b^6}{4\,a^3}\right )}+\frac {5\,b^5\,\sqrt {b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a}}{4\,\sqrt {a^3}\,\left (\frac {3\,b^4}{2}+\frac {5\,b^5}{4\,a}+\frac {b^6}{4\,a^2}\right )}\right )\,\left (2\,a+b\right )}{2\,f\,\sqrt {a^3}}-\frac {b\,\sqrt {b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a}}{2\,a\,\left (f\,\left (b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a\right )-a\,f\right )}+\frac {\mathrm {atan}\left (\frac {\frac {\left (\frac {\frac {2\,a^2\,b^3\,f^2+2\,a\,b^4\,f^2}{2\,a^2\,f^3}-\frac {\sqrt {b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a}\,\left (16\,a^2\,b^3\,f^2-32\,a^3\,b^2\,f^2\right )}{8\,a^2\,f^3\,\sqrt {a-b}}}{2\,f\,\sqrt {a-b}}-\frac {\sqrt {b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a}\,\left (8\,a^2\,b^2+4\,a\,b^3+b^4\right )}{4\,a^2\,f^2}\right )\,1{}\mathrm {i}}{f\,\sqrt {a-b}}-\frac {\left (\frac {\frac {2\,a^2\,b^3\,f^2+2\,a\,b^4\,f^2}{2\,a^2\,f^3}+\frac {\sqrt {b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a}\,\left (16\,a^2\,b^3\,f^2-32\,a^3\,b^2\,f^2\right )}{8\,a^2\,f^3\,\sqrt {a-b}}}{2\,f\,\sqrt {a-b}}+\frac {\sqrt {b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a}\,\left (8\,a^2\,b^2+4\,a\,b^3+b^4\right )}{4\,a^2\,f^2}\right )\,1{}\mathrm {i}}{f\,\sqrt {a-b}}}{\frac {\frac {\frac {2\,a^2\,b^3\,f^2+2\,a\,b^4\,f^2}{2\,a^2\,f^3}-\frac {\sqrt {b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a}\,\left (16\,a^2\,b^3\,f^2-32\,a^3\,b^2\,f^2\right )}{8\,a^2\,f^3\,\sqrt {a-b}}}{2\,f\,\sqrt {a-b}}-\frac {\sqrt {b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a}\,\left (8\,a^2\,b^2+4\,a\,b^3+b^4\right )}{4\,a^2\,f^2}}{f\,\sqrt {a-b}}+\frac {\frac {\frac {2\,a^2\,b^3\,f^2+2\,a\,b^4\,f^2}{2\,a^2\,f^3}+\frac {\sqrt {b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a}\,\left (16\,a^2\,b^3\,f^2-32\,a^3\,b^2\,f^2\right )}{8\,a^2\,f^3\,\sqrt {a-b}}}{2\,f\,\sqrt {a-b}}+\frac {\sqrt {b\,{\mathrm {tan}\left (e+f\,x\right )}^2+a}\,\left (8\,a^2\,b^2+4\,a\,b^3+b^4\right )}{4\,a^2\,f^2}}{f\,\sqrt {a-b}}-\frac {\frac {b^4}{2}+a\,b^3}{a^2\,f^3}}\right )\,1{}\mathrm {i}}{f\,\sqrt {a-b}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(cot(e + f*x)^3/(a + b*tan(e + f*x)^2)^(1/2),x)

[Out]

(atan((((((2*a*b^4*f^2 + 2*a^2*b^3*f^2)/(2*a^2*f^3) - ((a + b*tan(e + f*x)^2)^(1/2)*(16*a^2*b^3*f^2 - 32*a^3*b
^2*f^2))/(8*a^2*f^3*(a - b)^(1/2)))/(2*f*(a - b)^(1/2)) - ((a + b*tan(e + f*x)^2)^(1/2)*(4*a*b^3 + b^4 + 8*a^2
*b^2))/(4*a^2*f^2))*1i)/(f*(a - b)^(1/2)) - ((((2*a*b^4*f^2 + 2*a^2*b^3*f^2)/(2*a^2*f^3) + ((a + b*tan(e + f*x
)^2)^(1/2)*(16*a^2*b^3*f^2 - 32*a^3*b^2*f^2))/(8*a^2*f^3*(a - b)^(1/2)))/(2*f*(a - b)^(1/2)) + ((a + b*tan(e +
 f*x)^2)^(1/2)*(4*a*b^3 + b^4 + 8*a^2*b^2))/(4*a^2*f^2))*1i)/(f*(a - b)^(1/2)))/((((2*a*b^4*f^2 + 2*a^2*b^3*f^
2)/(2*a^2*f^3) - ((a + b*tan(e + f*x)^2)^(1/2)*(16*a^2*b^3*f^2 - 32*a^3*b^2*f^2))/(8*a^2*f^3*(a - b)^(1/2)))/(
2*f*(a - b)^(1/2)) - ((a + b*tan(e + f*x)^2)^(1/2)*(4*a*b^3 + b^4 + 8*a^2*b^2))/(4*a^2*f^2))/(f*(a - b)^(1/2))
 + (((2*a*b^4*f^2 + 2*a^2*b^3*f^2)/(2*a^2*f^3) + ((a + b*tan(e + f*x)^2)^(1/2)*(16*a^2*b^3*f^2 - 32*a^3*b^2*f^
2))/(8*a^2*f^3*(a - b)^(1/2)))/(2*f*(a - b)^(1/2)) + ((a + b*tan(e + f*x)^2)^(1/2)*(4*a*b^3 + b^4 + 8*a^2*b^2)
)/(4*a^2*f^2))/(f*(a - b)^(1/2)) - (a*b^3 + b^4/2)/(a^2*f^3)))*1i)/(f*(a - b)^(1/2)) - (b*(a + b*tan(e + f*x)^
2)^(1/2))/(2*a*(f*(a + b*tan(e + f*x)^2) - a*f)) + (atanh((b^6*(a + b*tan(e + f*x)^2)^(1/2))/(4*(a^3)^(1/2)*((
3*a*b^4)/2 + (5*b^5)/4 + b^6/(4*a))) + (3*b^4*(a + b*tan(e + f*x)^2)^(1/2))/(2*(a^3)^(1/2)*((3*b^4)/(2*a) + (5
*b^5)/(4*a^2) + b^6/(4*a^3))) + (5*b^5*(a + b*tan(e + f*x)^2)^(1/2))/(4*(a^3)^(1/2)*((3*b^4)/2 + (5*b^5)/(4*a)
 + b^6/(4*a^2))))*(2*a + b))/(2*f*(a^3)^(1/2))

________________________________________________________________________________________

sympy [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\cot ^{3}{\left (e + f x \right )}}{\sqrt {a + b \tan ^{2}{\left (e + f x \right )}}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(cot(f*x+e)**3/(a+b*tan(f*x+e)**2)**(1/2),x)

[Out]

Integral(cot(e + f*x)**3/sqrt(a + b*tan(e + f*x)**2), x)

________________________________________________________________________________________